Hệ thống quản lý thanh toán POS nhà hàng

1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmGetCash
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmGetCash))
26         Me.Label1 = New System.Windows.Forms.Label()
27         Me.txtCash = New System.Windows.Forms.TextBox()
28         Me.btnOkay = New System.Windows.Forms.Button()
29         Me.TableLayoutPanel3 = New System.Windows.Forms.TableLayoutPanel()
30         Me.btnTAx = New System.Windows.Forms.Button()
31         Me.btnTA0 = New System.Windows.Forms.Button()
32         Me.btnTAComma = New System.Windows.Forms.Button()
33         Me.btnTA9 = New System.Windows.Forms.Button()
34         Me.btnTA8 = New System.Windows.Forms.Button()
35         Me.btnTA4 = New System.Windows.Forms.Button()
36         Me.btnTA6 = New System.Windows.Forms.Button()
37         Me.btnTA5 = New System.Windows.Forms.Button()
38         Me.btnTA7 = New System.Windows.Forms.Button()
39         Me.btnTA3 = New System.Windows.Forms.Button()
40         Me.btnTA1 = New System.Windows.Forms.Button()
41         Me.btnTA2 = New System.Windows.Forms.Button()
42         Me.btnClear = New System.Windows.Forms.Button()
43         Me.TableLayoutPanel3.SuspendLayout()
44         Me.SuspendLayout()
45         
'
46         
'Label1
47         
'
48         Me.Label1.AutoSize = True
49         Me.Label1.Font = New System.Drawing.Font(
"Segoe UI Semibold", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
50         Me.Label1.ForeColor = System.Drawing.Color.MidnightBlue
51         Me.Label1.Location = New System.Drawing.Point(
12, 9)
52         Me.Label1.Name =
"Label1"
53         Me.Label1.Size = New System.Drawing.Size(
162, 30)
54         Me.Label1.TabIndex =
0
55         Me.Label1.Text =
"Enter the Cash :"
56         
'
57         
'txtCash
58         
'
59         Me.txtCash.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
60         Me.txtCash.Location = New System.Drawing.Point(
17, 42)
61         Me.txtCash.Name =
"txtCash"
62         Me.txtCash.Size = New System.Drawing.Size(
217, 35)
63         Me.txtCash.TabIndex =
0
64         Me.txtCash.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
65         
'
66         
'btnOkay
67         
'
68         Me.btnOkay.BackColor = System.Drawing.Color.MidnightBlue
69         Me.btnOkay.FlatStyle = System.Windows.Forms.FlatStyle.Popup
70         Me.btnOkay.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
71         Me.btnOkay.ForeColor = System.Drawing.SystemColors.ButtonHighlight
72         Me.btnOkay.Location = New System.Drawing.Point(
294, 42)
73         Me.btnOkay.Name =
"btnOkay"
74         Me.btnOkay.Size = New System.Drawing.Size(
106, 35)
75         Me.btnOkay.TabIndex =
1
76         Me.btnOkay.Text =
"&Okay"
77         Me.btnOkay.UseVisualStyleBackColor = False
78         
'
79         
'TableLayoutPanel3
80         
'
81         Me.TableLayoutPanel3.ColumnCount =
3
82         Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent,
33.33333!))
83         Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent,
33.33334!))
84         Me.TableLayoutPanel3.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent,
33.33334!))
85         Me.TableLayoutPanel3.Controls.Add(Me.btnTAx,
2, 3)
86         Me.TableLayoutPanel3.Controls.Add(Me.btnTA0,
1, 3)
87         Me.TableLayoutPanel3.Controls.Add(Me.btnTAComma,
0, 3)
88         Me.TableLayoutPanel3.Controls.Add(Me.btnTA9,
2, 2)
89         Me.TableLayoutPanel3.Controls.Add(Me.btnTA8,
1, 2)
90         Me.TableLayoutPanel3.Controls.Add(Me.btnTA4,
0, 1)
91         Me.TableLayoutPanel3.Controls.Add(Me.btnTA6,
2, 1)
92         Me.TableLayoutPanel3.Controls.Add(Me.btnTA5,
1, 1)
93         Me.TableLayoutPanel3.Controls.Add(Me.btnTA7,
0, 2)
94         Me.TableLayoutPanel3.Controls.Add(Me.btnTA3,
2, 0)
95         Me.TableLayoutPanel3.Controls.Add(Me.btnTA1,
0, 0)
96         Me.TableLayoutPanel3.Controls.Add(Me.btnTA2,
1, 0)
97         Me.TableLayoutPanel3.Location = New System.Drawing.Point(
17, 99)
98         Me.TableLayoutPanel3.Name =
"TableLayoutPanel3"
99         Me.TableLayoutPanel3.RowCount =
4
100         Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent,
25.0!))
101         Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent,
25.0!))
102         Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent,
25.0!))
103         Me.TableLayoutPanel3.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent,
25.0!))
104         Me.TableLayoutPanel3.Size = New System.Drawing.Size(
383, 230)
105         Me.TableLayoutPanel3.TabIndex =
384
106         
'
107         
'btnTAx
108         
'
109         Me.btnTAx.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
110             Or System.Windows.Forms.AnchorStyles.Left) _
111             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
112         Me.btnTAx.BackColor = System.Drawing.Color.MidnightBlue
113         Me.btnTAx.FlatStyle = System.Windows.Forms.FlatStyle.Popup
114         Me.btnTAx.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
115         Me.btnTAx.ForeColor = System.Drawing.Color.White
116         Me.btnTAx.Location = New System.Drawing.Point(
257, 174)
117         Me.btnTAx.Name =
"btnTAx"
118         Me.btnTAx.Size = New System.Drawing.Size(
123, 53)
119         Me.btnTAx.TabIndex =
18
120         Me.btnTAx.Text =
"x"
121         Me.btnTAx.UseVisualStyleBackColor = False
122         
'
123         
'btnTA0
124         
'
125         Me.btnTA0.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
126             Or System.Windows.Forms.AnchorStyles.Left) _
127             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
128         Me.btnTA0.BackColor = System.Drawing.Color.MidnightBlue
129         Me.btnTA0.FlatStyle = System.Windows.Forms.FlatStyle.Popup
130         Me.btnTA0.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
131         Me.btnTA0.ForeColor = System.Drawing.Color.White
132         Me.btnTA0.Location = New System.Drawing.Point(
130, 174)
133         Me.btnTA0.Name =
"btnTA0"
134         Me.btnTA0.Size = New System.Drawing.Size(
121, 53)
135         Me.btnTA0.TabIndex =
17
136         Me.btnTA0.Text =
"0"
137         Me.btnTA0.UseVisualStyleBackColor = False
138         
'
139         
'btnTAComma
140         
'
141         Me.btnTAComma.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
142             Or System.Windows.Forms.AnchorStyles.Left) _
143             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
144         Me.btnTAComma.BackColor = System.Drawing.Color.MidnightBlue
145         Me.btnTAComma.FlatStyle = System.Windows.Forms.FlatStyle.Popup
146         Me.btnTAComma.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
147         Me.btnTAComma.ForeColor = System.Drawing.Color.White
148         Me.btnTAComma.Location = New System.Drawing.Point(
3, 174)
149         Me.btnTAComma.Name =
"btnTAComma"
150         Me.btnTAComma.Size = New System.Drawing.Size(
121, 53)
151         Me.btnTAComma.TabIndex =
16
152         Me.btnTAComma.Text =
"."
153         Me.btnTAComma.UseVisualStyleBackColor = False
154         
'
155         
'btnTA9
156         
'
157         Me.btnTA9.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
158             Or System.Windows.Forms.AnchorStyles.Left) _
159             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
160         Me.btnTA9.BackColor = System.Drawing.Color.MidnightBlue
161         Me.btnTA9.FlatStyle = System.Windows.Forms.FlatStyle.Popup
162         Me.btnTA9.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
163         Me.btnTA9.ForeColor = System.Drawing.Color.White
164         Me.btnTA9.Location = New System.Drawing.Point(
257, 117)
165         Me.btnTA9.Name =
"btnTA9"
166         Me.btnTA9.Size = New System.Drawing.Size(
123, 51)
167         Me.btnTA9.TabIndex =
15
168         Me.btnTA9.Text =
"9"
169         Me.btnTA9.UseVisualStyleBackColor = False
170         
'
171         
'btnTA8
172         
'
173         Me.btnTA8.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
174             Or System.Windows.Forms.AnchorStyles.Left) _
175             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
176         Me.btnTA8.BackColor = System.Drawing.Color.MidnightBlue
177         Me.btnTA8.FlatStyle = System.Windows.Forms.FlatStyle.Popup
178         Me.btnTA8.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
179         Me.btnTA8.ForeColor = System.Drawing.Color.White
180         Me.btnTA8.Location = New System.Drawing.Point(
130, 117)
181         Me.btnTA8.Name =
"btnTA8"
182         Me.btnTA8.Size = New System.Drawing.Size(
121, 51)
183         Me.btnTA8.TabIndex =
14
184         Me.btnTA8.Text =
"8"
185         Me.btnTA8.UseVisualStyleBackColor = False
186         
'
187         
'btnTA4
188         
'
189         Me.btnTA4.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
190             Or System.Windows.Forms.AnchorStyles.Left) _
191             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
192         Me.btnTA4.BackColor = System.Drawing.Color.MidnightBlue
193         Me.btnTA4.FlatStyle = System.Windows.Forms.FlatStyle.Popup
194         Me.btnTA4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
195         Me.btnTA4.ForeColor = System.Drawing.Color.White
196         Me.btnTA4.Location = New System.Drawing.Point(
3, 60)
197         Me.btnTA4.Name =
"btnTA4"
198         Me.btnTA4.Size = New System.Drawing.Size(
121, 51)
199         Me.btnTA4.TabIndex =
30
200         Me.btnTA4.Text =
"4"
201         Me.btnTA4.UseVisualStyleBackColor = False
202         
'
203         
'btnTA6
204         
'
205         Me.btnTA6.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
206             Or System.Windows.Forms.AnchorStyles.Left) _
207             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
208         Me.btnTA6.BackColor = System.Drawing.Color.MidnightBlue
209         Me.btnTA6.FlatStyle = System.Windows.Forms.FlatStyle.Popup
210         Me.btnTA6.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
211         Me.btnTA6.ForeColor = System.Drawing.Color.White
212         Me.btnTA6.Location = New System.Drawing.Point(
257, 60)
213         Me.btnTA6.Name =
"btnTA6"
214         Me.btnTA6.Size = New System.Drawing.Size(
123, 51)
215         Me.btnTA6.TabIndex =
12
216         Me.btnTA6.Text =
"6"
217         Me.btnTA6.UseVisualStyleBackColor = False
218         
'
219         
'btnTA5
220         
'
221         Me.btnTA5.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
222             Or System.Windows.Forms.AnchorStyles.Left) _
223             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
224         Me.btnTA5.BackColor = System.Drawing.Color.MidnightBlue
225         Me.btnTA5.FlatStyle = System.Windows.Forms.FlatStyle.Popup
226         Me.btnTA5.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
227         Me.btnTA5.ForeColor = System.Drawing.Color.White
228         Me.btnTA5.Location = New System.Drawing.Point(
130, 60)
229         Me.btnTA5.Name =
"btnTA5"
230         Me.btnTA5.Size = New System.Drawing.Size(
121, 51)
231         Me.btnTA5.TabIndex =
11
232         Me.btnTA5.Text =
"5"
233         Me.btnTA5.UseVisualStyleBackColor = False
234         
'
235         
'btnTA7
236         
'
237         Me.btnTA7.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
238             Or System.Windows.Forms.AnchorStyles.Left) _
239             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
240         Me.btnTA7.BackColor = System.Drawing.Color.MidnightBlue
241         Me.btnTA7.FlatStyle = System.Windows.Forms.FlatStyle.Popup
242         Me.btnTA7.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
243         Me.btnTA7.ForeColor = System.Drawing.Color.White
244         Me.btnTA7.Location = New System.Drawing.Point(
3, 117)
245         Me.btnTA7.Name =
"btnTA7"
246         Me.btnTA7.Size = New System.Drawing.Size(
121, 51)
247         Me.btnTA7.TabIndex =
13
248         Me.btnTA7.Text =
"7"
249         Me.btnTA7.UseVisualStyleBackColor = False
250         
'
251         
'btnTA3
252         
'
253         Me.btnTA3.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
254             Or System.Windows.Forms.AnchorStyles.Left) _
255             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
256         Me.btnTA3.BackColor = System.Drawing.Color.MidnightBlue
257         Me.btnTA3.FlatStyle = System.Windows.Forms.FlatStyle.Popup
258         Me.btnTA3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
259         Me.btnTA3.ForeColor = System.Drawing.Color.White
260         Me.btnTA3.Location = New System.Drawing.Point(
257, 3)
261         Me.btnTA3.Name =
"btnTA3"
262         Me.btnTA3.Size = New System.Drawing.Size(
123, 51)
263         Me.btnTA3.TabIndex =
9
264         Me.btnTA3.Text =
"3"
265         Me.btnTA3.UseVisualStyleBackColor = False
266         
'
267         
'btnTA1
268         
'
269         Me.btnTA1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
270             Or System.Windows.Forms.AnchorStyles.Left) _
271             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
272         Me.btnTA1.BackColor = System.Drawing.Color.MidnightBlue
273         Me.btnTA1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
274         Me.btnTA1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
275         Me.btnTA1.ForeColor = System.Drawing.Color.White
276         Me.btnTA1.Location = New System.Drawing.Point(
3, 3)
277         Me.btnTA1.Name =
"btnTA1"
278         Me.btnTA1.Size = New System.Drawing.Size(
121, 51)
279         Me.btnTA1.TabIndex =
7
280         Me.btnTA1.Text =
"1"
281         Me.btnTA1.UseVisualStyleBackColor = False
282         
'
283         
'btnTA2
284         
'
285         Me.btnTA2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
286             Or System.Windows.Forms.AnchorStyles.Left) _
287             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
288         Me.btnTA2.BackColor = System.Drawing.Color.MidnightBlue
289         Me.btnTA2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
290         Me.btnTA2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
291         Me.btnTA2.ForeColor = System.Drawing.Color.White
292         Me.btnTA2.Location = New System.Drawing.Point(
130, 3)
293         Me.btnTA2.Name =
"btnTA2"
294         Me.btnTA2.Size = New System.Drawing.Size(
121, 51)
295         Me.btnTA2.TabIndex =
8
296         Me.btnTA2.Text =
"2"
297         Me.btnTA2.UseVisualStyleBackColor = False
298         
'
299         
'btnClear
300         
'
301         Me.btnClear.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
302             Or System.Windows.Forms.AnchorStyles.Left) _
303             Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
304         Me.btnClear.BackColor = System.Drawing.Color.MidnightBlue
305         Me.btnClear.FlatStyle = System.Windows.Forms.FlatStyle.Popup
306         Me.btnClear.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
307         Me.btnClear.ForeColor = System.Drawing.Color.White
308         Me.btnClear.Location = New System.Drawing.Point(
235, 42)
309         Me.btnClear.Name =
"btnClear"
310         Me.btnClear.Size = New System.Drawing.Size(
48, 35)
311         Me.btnClear.TabIndex =
385
312         Me.btnClear.Text =
"&C"
313         Me.btnClear.UseVisualStyleBackColor = False
314         
'
315         
'frmGetCash
316         
'
317         Me.AcceptButton = Me.btnOkay
318         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
319         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
320         Me.BackColor = System.Drawing.Color.White
321         Me.ClientSize = New System.Drawing.Size(
405, 343)
322         Me.Controls.Add(Me.btnClear)
323         Me.Controls.Add(Me.TableLayoutPanel3)
324         Me.Controls.Add(Me.btnOkay)
325         Me.Controls.Add(Me.txtCash)
326         Me.Controls.Add(Me.Label1)
327         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
328         Me.MaximizeBox = False
329         Me.MinimizeBox = False
330         Me.Name =
"frmGetCash"
331         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
332         Me.Text =
"Get Cash"
333         Me.TableLayoutPanel3.ResumeLayout(False)
334         Me.ResumeLayout(False)
335         Me.PerformLayout()
336
337     End Sub
338     Friend WithEvents Label1 As System.Windows.Forms.Label
339     Friend WithEvents txtCash As System.Windows.Forms.TextBox
340     Friend WithEvents btnOkay As System.Windows.Forms.Button
341     Friend WithEvents TableLayoutPanel3 As System.Windows.Forms.TableLayoutPanel
342     Friend WithEvents btnTAx As System.Windows.Forms.Button
343     Friend WithEvents btnTA0 As System.Windows.Forms.Button
344     Friend WithEvents btnTAComma As System.Windows.Forms.Button
345     Friend WithEvents btnTA9 As System.Windows.Forms.Button
346     Friend WithEvents btnTA8 As System.Windows.Forms.Button
347     Friend WithEvents btnTA4 As System.Windows.Forms.Button
348     Friend WithEvents btnTA6 As System.Windows.Forms.Button
349     Friend WithEvents btnTA5 As System.Windows.Forms.Button
350     Friend WithEvents btnTA7 As System.Windows.Forms.Button
351     Friend WithEvents btnTA3 As System.Windows.Forms.Button
352     Friend WithEvents btnTA1 As System.Windows.Forms.Button
353     Friend WithEvents btnTA2 As System.Windows.Forms.Button
354     Friend WithEvents btnClear As System.Windows.Forms.Button
355 End Class


Gõ tìm kiếm nhanh...